home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / hentai / rabit girl.swf / scripts / DefineButton2_138 / BUTTONCONDACTION on(press).as
Text File  |  2006-12-20  |  193b  |  8 lines

  1. on(press){
  2.    _parent.MasterVolume.stop();
  3.    Rnd = Math.floor(Math.random() * 2) + 4;
  4.    Tmp = eval("_parent.Snd0" + Rnd);
  5.    Tmp.start();
  6.    _parent.Usagi.gotoAndPlay("Puru_Boob2");
  7. }
  8.